EDS 213: Discussion 3
Ingesting your data into a database
Database Ingestion Options
- Many different ways to ingest your data into a database!
- We are going to cover two options and note their differences
- We will use the following example csv file
![]()
Option #1: COPY
![]()
The result:
![]()
Option #2: read_csv
![]()
The result: - ![]()
The difference
![]()
![]()